* {box-sizing: border-box;}
body{margin: 0;}
/*div.search {padding: 79px 0}*/

div.search {padding: 79px 0px 0px 0}

.searchkey {
	padding: 0px 0px 0px 0;
	width: 300px;
	height: 35px;
	margin: 0 auto;
}

.searchkeytil{
	line-height: 35px;
	font-size: 16px;
	text-align: center;
	padding-left: 10px;
	color: #535356;
	z-index: 0;
}


.searchkeytil a{
	color: #535356;
}

form {
  position: relative;
  width: 300px;
  margin: 0 auto;
}
.d1 {background: #A3D0C3;}
.d1 input {
  width: 100%;
  height: 42px;
  padding-left: 10px;
  border: 2px solid #7BA7AB;
  border-radius: 5px;
  outline: none;
  background: #F9F0DA;
  color: #9E9C9C;
}
.d1 button {
  position: absolute; 
  top: 0;
  right: 0px;
  width: 42px;
  height: 42px;
  border: none;
  background: #7BA7AB;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}
.d1 button:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 16px;
  color: #F9F0DA;
}
.d2 {background: #DABB52;}
.d2 input, .d2 button {
  border: none;
  outline: none;
  border-radius: 3px;
}
.d2 input {
  width: 100%;
  height: 42px;
  background: #F9F0DA;
  padding-left: 15px;
}
.d2 button {
  height: 26px;
  width: 26px;
  position: absolute;
  top: 8px;
  right: 8px;
  background: #F15B42;
  cursor: pointer;
}
.d2 button:before {
  content: "\f105";
  font-family: FontAwesome;
  color: #F9F0DA;
  font-size: 20px;
  font-weight: bold;
}
.d3 {background: #F9F0DA;}
.d3 form {
  background: #A3D0C3;
}
.d3 input, .d3 button {
  border: none;
  outline: none;
  background: transparent;
}
.d3 input {
  width: 100%;
  height: 42px;
  padding-left: 15px;
}
.d3 button {
  height: 42px;
  width: 42px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.d3 button:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 16px;
  color: #F9F0DA;
}
.d4 {background: #F15B42;}
.d4 form {
  background: #F9F0DA;
  border-bottom: 4px solid #be290e;
}
.d4 input, .d4 button {
  border: none;
  outline: none;
  background: transparent;
}
.d4 input {
  width: 100%;
  height: 42px;
  padding-left: 15px;
}
.d4 button {
  height: 42px;
  width: 42px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.d4 button:before {
  content: "\f178";
  font-family: FontAwesome;
  font-size: 20px;
  color: #be290e;
}

.d5 {
	background: #ffffff;
	background: transparent;
	}

.d5 input{
  outline: none;
  background: transparent;
  background-color: #FFFFFF;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  khtml-opacity: 0.7;
  opacity: 0.7;
  
}

.d5 button {
  outline: none;
  background: transparent;
  
}

.d5 input {
  width: 100%;
  height: 42px;
  padding-left: 15px;
  border: 3px solid #F9F0DA;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  font-size: 16px;
  line-height: 35px;
}

.d5 button {
  border: none;
  height: 42px;
  width: 46px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
}

.d5 button:before {
	content: url(/pc/img/sy/soso.png);
	width: 46px;
	vertical-align:middle;
	display:inline-block;
	
}



/*
.d5 button {
  border: none;
  height: 42px;
  width: 60px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background-color: #498ddd;
  border-radius: 4px;
}


.d5 button:before {
	content: "搜索";
	background-color: #498ddd;
	width: 60px;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color: #fff;
	vertical-align:middle;
	display:inline-block;
}*/

/*
.d5 button:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 16px;
  color: #000000;
}*/

.d5 input:focus {
  border-color: #ffffff;
  line-height: 35px;
}



.d6 {background: #B46381;}
.d6 form {
  height: 42px;
}
.d6 input {
  height: 100%;
  width: 0;
  padding: 0 42px 0 15px;
  border: none;
  border-bottom: 2px solid transparent;
  outline: none;
  background: transparent;
  transition: .4s cubic-bezier(0, 0.8, 0, 1);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.d6 input:focus {
  width: 300px;
  z-index: 1;
  border-bottom: 2px solid #F9F0DA;
}
.d6 button {
  background: #683B4D;
  border: none;
  height: 42px;
  width: 42px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.d6 button:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 16px;
  color: #F9F0DA;
}
.d7 {background: #7BA7AB;}
.d7:after {content:""; clear:both; display:table}
.d7 form {
  width: auto;
  float: right;
  margin-right: 30px;
}
.d7 input {
  width: 250px;
  height: 42px;
  padding-left: 15px;
  border-radius: 42px;
  border: 2px solid #324b4e;
  background: #F9F0DA;
  outline: none;
  position: relative;
  transition: .3s linear;
}
.d7 input:focus {
  width: 300px;
}
.d7 button {
  width: 42px;
  height: 42px;
  background: none;
  border: none;
  position: absolute;
  top: -2px;
  right: 0;
}
.d7 button:before{
  content: "\f002";
  font-family: FontAwesome;
  color: #324b4e;
}


div.sjsearch {padding: 0px 0}

.d8 {background: #ffffff;background: transparent;}

.d8 input, .d5 button {
  outline: none;
  background: transparent;
}
.d8 input {
  width: 100%;
  height: 42px;
  padding-left: 15px;
  border: 1px solid #c2c0c1;
  font-size: 15px;
}
.d8 button {
  border: none;
  height: 42px;
  width: 42px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.d8 button:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 16px;
  color: #1b2b82;
}
.d8 input:focus {
  border-color: #c2c0c1
}



.d9 input {
  width: 100%;
  height: 40px;
  padding-left: 10px;
  border: 2px solid #c2c0c1;
  border-radius: 2px;
  outline: none;
  background: #ffffff;
  color: #000000;
  font-size: 16px;
  line-height: 36px;
}

.d9 input:focus {
  border-color: #000000;
  line-height: 36px;
}




.d10 input {
  width: 100%;
  height: 35px;
  border: 1px solid #a2aaff;
  border-radius: 2px;
  outline: none;
  background: #dfeffc;
  color: #000000;
  font-size: 16px;
}


.secnrstyS{
	width: 770px;
}

.secnrstyL{
	width: 300px; 
	
}


.searchsectilS{
	width: 770px;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	font-weight: bold;
	color: #535356;
	overflow: hidden;
}

.searchsectilS a{
	color: #535356;
}

.searchsecconS {
	width: 770px;
	line-height: 30px;
	font-size: 14px;
	color: #535356;
	overflow: hidden;
	text-indent: 2em;
}

.searchsecconS a{
	color: #535356;
}

.fldh{
	margin-top:15px; margin-bottom: 15px; width: 280px; height: 32px; line-height: 32px;border-bottom: 1px dashed #015293;font: bold 18px "宋体"; color: #015293;
}
#sosodh h1{
	color: red;
	font-weight: 100;
	font-size: 15px;
	margin: 0px;
	line-height: 30px;
}

#sosodh h1 a{
	color: red;
}


#sosodh h2{
	color: #015293;
	font-weight: 100;
	font-size: 15px;
	margin: 0px;
	line-height: 30px;
	height: 30px;
}

#sosodh h2 a{
	color: #015293;
}